National Repository of Grey Literature 95 records found  1 - 10nextend  jump to record: Search took 0.00 seconds. 
Image object detection
Pluskal, Richard ; Petyovský, Petr (referee) ; Richter, Miloslav (advisor)
The thesis deals with design of a program for entering various types of geometric objects in an image for the purpose of their further processing. The program should also contain algorithms to ease object entering (e.g. refining manually entered object position). In the first part there is a brief description of the computer vision and its basic methods used in the work as well as introduction of the OpenCV image processing library. The following part describes three types of geometric primitives that are implemented for now. Because the output of the program is in universal XML format, there is short chapter about the XML. After that, there are summarized some methods for searching of parametric description of geometric primitives in an image. The final chapter describes the proposed system and evaluates possibility and suitability of its usage for various types of images.
3D Objects Reconstruction from Image Data
Cír, Filip ; Kršek, Přemysl (referee) ; Španěl, Michal (advisor)
This paper deals with 3D reconstruction of objects from image data. There is describes theoretical basis of the 3D optical scanning. Handheld 3D optical scanner setup is described composed of a single camera and a line laser whose position is fixed with respect to the camera. Set of image markers and a simple real-time detection algorithm are proposed. Detected markers are used to estimate position and orientation of the camera. Finally, laser detection and triangulation of points lying on object surface are discussed.
Hough's transform for circle detection
Kazík, Martin ; Burget, Radim (referee) ; Říha, Kamil (advisor)
The thesis is focused on the implementation of Hough transform algorithm for circle recognition. Algorithm is implemented in C++ language using open source library OpenCv. As a development environment was chosen Microsoft Visual Studio 2008. At first there is general description of classical Hough transform for line and circle recognition. Then thesis contains description of particular steps of Hough transform algorithm and description of OpenCv functions witch are used in these steps. There is a detail description of functions for converting image to grayscale, smoothing image by Gaussian filter and Canny edge detector for edge detecting in smoothed image. Efficiency and speed of algorithm is increased by using function for finding possible centers. This function using the fact that line perpendicular to the chord of circle and going thought its middle point at the same time have to cross the center of the circle. Results of particular stages of algorithm (converting to grayscale, smoothing by Gaussian filter, edge detection, creating of possible centers accumulator and drawing circles) are presented on ultrasonic image of collagen arterial substitute. In the second part of the thesis the algorithm is used for detection of artery in frames of video captured by ultrasound. There is a description of automatic method for evaluating of success of artery detection. Success of detection is analyzed by changing values of important algorithm parameters. From series of tests there are defined ideal parameters of algorithm for artery detection in the video.
Line tracking for delivery robot
Juhas, Miroslav ; Horák, Karel (referee) ; Janáková, Ilona (advisor)
This thesis describes basics of methods and algorithms used in computer vision and application of them at a simple practical problem – line-tracking for delivery robot. The first part of this thesis contains basic theoretical knowledge of computer vision, which is important for understanding the problem. It is an introduction to problems of computer vision. The second part of thesis describes solving of particular steps, which are image preprocessing, segmentation, trajectory detection and algorithms for direction control. It contains outcomes of particular steps and selection of methods acceptable for solving the problem. There are presented experiences with tests of algorithms on the UTAR platform in context of this work. The last part of thesis is evaluating results taken during work.
Point cloud clustering
Mrkvička, Daniel ; Štarha, Pavel (referee) ; Procházková, Jana (advisor)
This bachelor's thesis deals with the point cloud clustering. It focuses on surface detection in three-dimensional space. It describes in particular the methods that are used for plane detection. It also describes the concrete implementation of one of these method, the RANSAC, and examines its practical application for roof detection.
Point and Line Parameterizations Using Parallel Coordinates for Hough Transform
Juránková, Markéta ; Kälviäinen, Heikki (referee) ; Kittler, Josef (referee) ; Herout, Adam (advisor)
Tato dizertační práce se zaměřuje na použití paralelních souřadnic pro parametrizaci čar a bodů. Paralelní souřadný systém má souřadnicové osy vzájemně rovnoběžné. Bod ve dvourozměrném prostoru je v paralelních souřadnicích zobrazen jako přímka a přímka jako bod. Toho je možné využít pro Houghovu transformaci - metodu, při které body zájmu hlasují v prostoru parametrů pro danou hypotézu. Parametrizace pomocí paralelních souřadnic vyžaduje pouze rasterizaci úseček, a proto je velmi rychlá a přesná. V práci je tato parameterizace demonstrována na detekci maticových kódů a úběžníků.
Biometry based on iris images
Tobiášová, Nela ; Drahanský, Martin (referee) ; Kolář, Radim (advisor)
The biometric techniques are well known and widespread nowadays. In this context biometry means automated person recognition using anatomic features. This work uses the iris as the anatomic feature. Iris recognition is taken as the most promising technique of all because of its non-invasiveness and low error rate. The inventor of iris recognition is John G. Daugman. His work underlies almost all current public works of this technology. This final thesis is concerned with biometry based on iris images. The principles of biometric methods based on iris images are described in the first part. The first practical part of this work is aimed at the proposal and realization of two methods which localize the iris inner boundary. The third part presents the proposal and realization of iris image processing in order to classifying persons. The last chapter is focus on evaluation of experimental results and there are also compared our results with several well-known methods.
Exploitation of GPU in graphics and image processing algorithms
Jošth, Radovan ; Svoboda, David (referee) ; Trajtel,, Ľudovít (referee) ; Herout, Adam (advisor)
Táto práca popisuje niekoľko vybraných algoritmov, ktoré boli primárne vyvinuté pre CPU procesory, avšak vzhľadom k vysokému dopytu po ich vylepšeniach sme sa rozhodli ich využiť v prospech GPGPU (procesorov grafického adaptéra). Modifikácia týchto algoritmov bola zároveň cieľom nášho výskumu, ktorý  bol prevedený pomocou CUDA rozhrania. Práca je členená podľa troch skupín algoritmov, ktorým sme sa venovali: detekcia objektov v reálnom čase, spektrálna analýza obrazu a detekcia čiar v reálnom čase. Pre výskum detekcie objektov v reálnom čase sme zvolili použitie LRD a LRP funkcií.  Výskum spektrálnej analýzy obrazu bol prevedný pomocou PCA a NTF algoritmov. Pre potreby skúmania detekcie čiar v reálnom čase sme používali dva rôzne spôsoby modifikovanej akumulačnej schémy Houghovej transformácie. Pred samotnou časťou práce venujúcej sa konkrétnym algoritmom a predmetu skúmania, je v úvodných kapitolách, hneď po kapitole ozrejmujúcej dôvody skúmania vybranej problematiky, stručný prehľad architektúry GPU a GPGPU. Záverečné kapitoly sú zamerané na konkretizovanie vlastného prínosu autora, jeho zameranie, dosiahnuté výsledky a zvolený prístup k ich dosiahnutiu. Súčasťou výsledkov je niekoľko vyvinutých produktov.
Identification and visualization of the coordinate system of the cornea during lens implantation
Hudec, Jiří ; Odstrčilík, Jan (referee) ; Harabiš, Vratislav (advisor)
The dissertation describes the method of inserting polar-axis system into the video recording of cataract operation at the Geminy Eye Surgery, Zlin. At the theoretical part, it discusses requirements for inserting the polar-axis system including elimination of eye rotary movements captured by slit lamp. Then the emphasis is also on the speed of data processing. The practical part of the dissertation, focuses on the creating the method for detection of centers at the slit lamp picture, as well as video sequence and a method that eliminates potential eye rotation. For designing the program solution, following methods were used: Otsu method, Hough transformation method, method of two vertical projections, and crosscorrelation method. In total, the program solution was tested and analyzed in Matlab program on anonymous data set of 22 eyes.
Quality Check of Text in Forms
Moravec, Zbyněk ; Juránek, Roman (referee) ; Zemčík, Pavel (advisor)
Purpose of this thesis is the quality check of correct button text display on photographed monitors. These photographs contain a variety of image distortions which complicates the following image graphic element recognition. This paper outlines several possibilities to detect buttons on forms and further elaborates on the implemented detection based on contour shapes description. After buttons are found, their defects are detected subsequently. Additionally, this thesis describes an automatic identification of picture with the highest quality for documentation purposes.

National Repository of Grey Literature : 95 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.